home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / shells / flin-0.5 / flin-0 / flin-0.5.1 / config.h.in < prev    next >
Text File  |  1996-03-23  |  2KB  |  75 lines

  1. /*****************************/
  2. /* User configurable section */
  3. /*****************************/
  4.  
  5. /* delimiter to separate Keywords, by default `:' */
  6. #define DELIM ':'
  7.  
  8. /* delimiter to denote comments */
  9. #define COMMENT '#'
  10.  
  11. /* Escape character */
  12. #define ESCAPE '\\'
  13.  
  14. /* Your favorite pager */
  15. #define PAGER "/usr/bin/less"
  16.  
  17. /* Where the GPL resides on your system */
  18. #define PATH_TO_GPL PREFIX "/lib/flin/GPL"
  19.  
  20. /* Where the Help file resides on your system */
  21. #define PATH_TO_HELP PREFIX "/lib/flin/system.help"
  22.  
  23. /* Define the menu to load when there are no args */
  24. #define DEFAULT_MENU PREFIX "/lib/flin/system.menu"
  25.  
  26. /* RC file names and paths */
  27. #define SYSTEM_LOGIN_RC PREFIX "/lib/flin/system.flinlogin"
  28. #define SYSTEM_RC PREFIX "/lib/flin/system.flinrc"
  29. #define USER_LOGIN_RC ".flinlogin"
  30. #define USER_RC ".flinrc"
  31.  
  32. /******************************************************************/
  33. /* The following is defined automagically by `configure', no need */
  34. /* to edit                                                        */
  35. /******************************************************************/
  36. /* config.h.in.  Generated automatically from configure.in by autoheader.  */
  37.  
  38. /* Define to empty if the keyword does not work.  */
  39. #undef const
  40.  
  41. /* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */
  42. #undef HAVE_SYS_WAIT_H
  43.  
  44. /* Define if you have the wait3 system call.  */
  45. #undef HAVE_WAIT3
  46.  
  47. /* Define to `int' if <sys/types.h> doesn't define.  */
  48. #undef pid_t
  49.  
  50. /* Define as the return type of signal handlers (int or void).  */
  51. #undef RETSIGTYPE
  52.  
  53. /* Define to `unsigned' if <sys/types.h> doesn't define.  */
  54. #undef size_t
  55.  
  56. /* Define if you have the ANSI C header files.  */
  57. #undef STDC_HEADERS
  58.  
  59. /* Define if you have the <fcntl.h> header file.  */
  60. #undef HAVE_FCNTL_H
  61.  
  62. /* Define if you have the <ncurses/ncurses.h> header file.  */
  63. #undef HAVE_NCURSES_NCURSES_H
  64.  
  65. /* Define if you have the <syslog.h> header file.  */
  66. #undef HAVE_SYSLOG_H
  67.  
  68. /* Define if you have the <unistd.h> header file.  */
  69. #undef HAVE_UNISTD_H
  70.  
  71. /* Define if you have the ncurses library (-lncurses).  */
  72. #undef HAVE_LIBNCURSES
  73.  
  74. #define VERSION "@VERSION@"
  75.